home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 July / Disc 1 / PCU0703CD1.iso / software / online / files / imacros.exe / DEMO-IMAGEDOWNLOAD.IIM < prev    next >
Encoding:
Text File  |  2003-01-13  |  709 b   |  19 lines

  1. VERSION BUILD=3341216     
  2. '
  3. 'Press LOOP to start this macro
  4. '
  5. 'Remove the URL command to make this
  6. ' an UNVERSAL *Download* Macro! 
  7. URL GOTO=http://www.iopus.com/iim/demo/slideshow.htm   
  8. 'You can *start* the loop at another value with SET !LOOP. The default start value is 1. 
  9. 'Since the SET !LOOP command sets a START value, it works only at the first loop.
  10. 'SET !LOOP 2
  11. TAG POS={{!loop}} TYPE=IMG ATTR=HREF:http://*.jpg  
  12. 'Download the picture
  13. TAG POS=1 TYPE=IMG ATTR=HREF:http://*.jpg CONTENT=EVENT:DOWNLOAD  
  14. 'Give the user time to press PAUSE 
  15. WAIT SECONDS=3
  16. '
  17. 'Go back to start page
  18. 'Use !urlstart if you removed the URL GOTO= command at the top of the macro
  19. 'URL GOTO={{!urlstart}}